home *** CD-ROM | disk | FTP | other *** search
- #
- # Create data files for mesh cone, cube cylinder and sphere, with
- # normals faceing inward. May, 1992.
- #
- echo "Meshing cone, with normals facing in"
- mprims 1 0 > data/in.cone
- echo "Meshing cube with normals facing in"
- mprims 2 0 > data/in.cube
- echo "Meshing cylinder with normals facing in"
- mprims 3 0 > data/in.cyl
- echo "Meshing sphere with normals facing in"
- mprims 4 0 > data/in.sphere
- #
- # Create data files for mesh cone, cube cylinder and sphere, with
- # normals facing outward.
- #
- echo "Meshing cone, with normals facing out"
- mprims 1 1 > data/out.cone
- echo "Meshing cube with normals facing out"
- mprims 2 1 > data/out.cube
- echo "Meshing cylinder with normals facing out"
- mprims 3 1 > data/out.cyl
- echo "Meshing sphere with normals facing out"
- mprims 4 1 > data/out.sphere
-